text/template.common.execFuncs (field)

6 uses

	text/template (current package)
		funcs.go#L148: 		if fn := tmpl.execFuncs[name]; fn.IsValid() {
		template.go#L24: 	execFuncs  map[string]reflect.Value
		template.go#L76: 		c.execFuncs = make(map[string]reflect.Value)
		template.go#L107: 	maps.Copy(nt.execFuncs, t.execFuncs)
		template.go#L178: 	addValueFuncs(t.execFuncs, funcMap)